﻿How to change "Order now" button position?

Open "/plugins/content/mailorder/config/*.ini" and find inject = . You will see something like "inject = after | h2 | ..." . Word "after" can be replaced with "before" and h2 with any valid mootools selector. This "inject = after | h2 | ..." means that "Order now" button will be inserted after first h2 HTML tag. Do not forget to delete, if exists, relevant cache file located at "/plugins/content/mailorder/config/cache/*.dat" .


How to change "Order now" button visual appearance?

Open "/plugins/content/mailorder/config/*.ini" and find inject = . You will see something like "inject = after | h2 | <br /><div style='background-color:#ffaaaa;padding:7px;border:1px solid black;border-radius:5px;display:inline'>%s</div>" . Third part of this configuration option is html that will be inserted on page. Change html to match your needs. Somewhere in the code must be present "%s", there will be shown button text. You can add class for fox example, and add style declaration for this class in CSS. Do not forget to delete, if exists,  relevant cache file located at "/plugins/content/mailorder/config/cache/*.dat" .


How to change "Order now" button text?

Open "/administrator/language/en-GB/en-GB.plg_content_mailorder.ini" and find "PLG_CONTENT_MAILORDER_BUY1".  Define new text or modify current. Repeat this step for all languages.


How to turn on credit calculator?

In "/plugins/content/mailorder/config/examples/" can be found example configuration for com_content, com_k2 and com_virtuemart with credit calculator option activated. Copy content of the example file to corresponding configuration file. Do not forget to delete, if exists,  relevant cache file located at "/plugins/content/mailorder/config/cache/*.dat" .


How to disable mailorder?

Delete appropriate configuration file located at "/plugins/content/mailorder/config/*.ini". For example, if you wish to prevent mailorder from executing in content delete  "com_content.ini". Do not forget to delete, if exists,  relevant cache file located at "/plugins/content/mailorder/config/cache/*.dat" .


How to activate mailorder for custom content component?

Copy one configuration file from "/plugins/content/mailorder/config/examples/" to "/plugins/content/mailorder/config/" and rename it to match name of target component. You can find names of components at location: "/components/*". Modify content of the configuration file. In the file itself you will find instructions. Do not forget to delete, if exists, relevant cache file located at "/plugins/content/mailorder/config/cache/*.dat" . 


Mailorder is not working?

Turn off joomla cache from “Site >> Global Configuration >> Cache”.

Check the backend "Extensions >> Plugin Manager" whether "Content - Mailorder" and "System - Plugin Invoker" are installed and activated. If they are not activated, activate them. Check if it works.

Check that you have appropriate configuration file for target component in "/plugins/content/mailorder/config/". If not, create one (see: How to activate mailorder for custom content component?). Check if it works.

Check that you have appropriate configuration file for target component in "/plugins/system/plginvoker/config/".  If not, create one. Check if it works.

If still mailorder won't start, check content of configuration files located at: "/plugins/system/plginvoker/config/" and "/plugins/content/mailorder/config/". In the files itself you will find instructions how to use them. 

Turn on joomla cache from “Site >> Global Configuration >> Cache”.



